index.module.scss 445 B

123456789101112131415161718192021
  1. // #loginLayout {
  2. // @extend .customInputPage;
  3. // }
  4. .page {
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. background-image: url("/login/header.png");
  9. background-size: 100% auto;
  10. background-repeat: no-repeat;
  11. }
  12. .tabItem {
  13. border-bottom: 2px solid transparent;
  14. padding-bottom: 0.04rem;
  15. &.active {
  16. border-bottom: 2px solid #11de68;
  17. span {
  18. color: #11de68;
  19. }
  20. }
  21. }